|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectInsertPoint
public class InsertPoint
Constructor Summary | |
---|---|
InsertPoint(int x,
int y)
|
Method Summary | |
---|---|
int |
compareTo(InsertPoint insertPoint)
|
boolean |
equals(InsertPoint tocka)
Provjerava da li dva objekta predstavljaju istu točku |
int |
getX()
Vraća x koordinatu točke |
int |
getY()
Vraća y koordinatu točke |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InsertPoint(int x, int y)
Method Detail |
---|
public int getX()
public int getY()
public boolean equals(InsertPoint tocka)
tocka
- objekt s kojim se trenutni objekt provjerava
public String toString()
toString
in class java.lang.Object
public int compareTo(InsertPoint insertPoint)
compareTo
in interface java.lang.Comparable<InsertPoint>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |